home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / misc / Getty_13.lha / Getty-13 / ReadMe.Startup < prev    next >
Text File  |  1996-12-12  |  1KB  |  34 lines

  1. ;--------------------------------------------------------------------
  2. ;                  Example script for starting Getty
  3. ;--------------------------------------------------------------------
  4. ;
  5. ; Execute me to start Getty with all accompaning tools.
  6.  
  7. C:FailAt 21
  8. C:Echo "Starting Getty ..."
  9.  
  10. ; First of all, the FIFO stuff has to be initialized.
  11.  
  12. C:Run L:Fifo-Handler
  13.  
  14. ; Now Getty can be started. It uses the supplied configuration placed
  15. ; in "Getty:Config/Getty.config" which opens the nullmodem.device unit 0
  16.  
  17. C:Run Getty:Getty INIT
  18.  
  19. ; And finally, the terminal programm is started to let you fool around
  20. ; a bit. But ... before you try something you have to set the serial
  21. ; device to nullmodem.device and the serial unit to 1 using the items
  22. ; in the settings menu.
  23. ;
  24. ; Type "atd" + <return> and see what happens ..... :)
  25. ; At the login prompt type "test" + <return> as user name. Now you can
  26. ; play with the remote shell.
  27. ;
  28. ; If you select the 'Interface' item from the 'Getty' menu, you can also
  29. ; 'see' what's going on ....
  30.  
  31. C:Run Getty:Tools/Term
  32.  
  33.  
  34.